home *** CD-ROM | disk | FTP | other *** search
/ Champak 83 / (Vol 83) My Disc.iso / Interface / browser.swf / scripts / DefineButton2_320 / BUTTONCONDACTION on(release).as
Text File  |  2009-04-28  |  159b  |  7 lines

  1. on(release){
  2.    play();
  3.    getUrl("FSCommand:Browser.SetURL", "javascript:void(doQuit())");
  4.    fscommand("Browser.Close");
  5.    fscommand("Media.Stop");
  6. }
  7.